Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_classes
get_declared_classes
Returns an array composed of the names of defined classes
Name:
get_declared_classes
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array composed of the names of defined classes
Related
Go vs PHP: How to Choose the Right Programming Language?
6
PHP and phpSpider Tutorial: Easily Build an Efficient Web Crawler System
7
Laravel Field Formatting and Model Field Type Conversion Methods
1
Common PHP Management Tools and Usage Tips
4
Similar Functions
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
class_alias
class_alias
Createanaliasforacla
get_parent_class
get_parent_class
Returnstheparentclas
interface_exists
interface_exists
Checkiftheinterfacei
class_exists
class_exists
Checkiftheclassisdef
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_called_class
get_called_class
Thenameofthe"La
is_subclass_of
is_subclass_of
Checkswhethertheobje
Popular Articles